func runtime.rand
9 uses
runtime (current package)
alg.go#L118: return trimHash(c1 * (c0 ^ h ^ uintptr(rand()))) // any kind of NaN
alg.go#L130: return trimHash(c1 * (c0 ^ h ^ uintptr(rand()))) // any kind of NaN
rand.go#L150: return uint32(rand())
rand.go#L160: func rand() uint64 {
rand.go#L184: return rand()
rand.go#L195: mp.cheaprand = rand()
rand.go#L205: return uint32((uint64(uint32(rand())) * uint64(n)) >> 32)
rand.go#L305: return uint32(rand())
rand.go#L315: return rand()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |